home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 49 / PCPP49a.iso / editors / sofsdk / SoF SDK.msi / _6EB96301EE974A24ACB36F78954AE4F4 < prev    next >
Encoding:
Text File  |  2000-03-27  |  626 b   |  25 lines

  1. // Generic double doors 
  2.  
  3. #include "../common/header.ds"
  4.  
  5. output "p:/base/ds/common"
  6.  
  7. /////////////////////////////////////////////////////////////
  8. // Define
  9.  
  10. // Actors
  11. parameter entity door_cw    // Two doors, clockwise and counter-cw
  12. parameter entity door_ccw
  13.  
  14. /////////////////////////////////////////////////////////////
  15. // Assign
  16.  
  17. // door_cw.movetype = MOVETYPE_NOCLIP
  18. // door_ccw.movetype = MOVETYPE_NOCLIP
  19.  
  20. /////////////////////////////////////////////////////////////
  21. // Action
  22.  
  23. moverotate entity door_cw from file "generic_door_cw.rof"
  24. moverotate entity door_ccw from file "generic_door_ccw.rof"
  25.